home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK2796.ZIP / FINST.BAT < prev    next >
DOS Batch File  |  1992-01-17  |  2KB  |  40 lines

  1.  
  2. echo off
  3. echo ---------------------------------------------------------------------------
  4. echo Skyland's Star Installation - 5¼ inch disk installation
  5. echo ---------------------------------------------------------------------------
  6.  
  7. if not "%1"=="" goto instl
  8. echo Usage:      finst [drive]
  9. echo ---------------------------------------------------------------------------
  10. echo If you want to install Skyland's Star to either a hard disk, a 3.5 inch
  11. echo disk (high or low density) or a high density 5.25 inch disk, use the
  12. echo INSTALL program.
  13. goto exit
  14.  
  15. :instl
  16. echo ---------------------------------------------------------------------------
  17. echo For the floppy installation, you must have two blank formatted floppies
  18. echo prepared.  Label one of them Disk 1 and the other Disk 2.
  19. echo If you are using a one floppy system, when prompted to insert a disk for
  20. echo drive %1, insert Disk 1.  When prompted for a disk in drive A, use the
  21. echo Skyland's Star disk.
  22. echo ---------------------------------------------------------------------------
  23. pause
  24. echo Copying files to Disk 1...
  25. pkunzip sky1.zip %1
  26. echo ---------------------------------------------------------------------------
  27. echo TWO DRIVE SYSTEMS:  Put Disk 2 in drive %1.
  28. echo ONE DRIVE SYSTEMS:  From now on, insert Disk 2 when prompted for drive %1.
  29. echo ---------------------------------------------------------------------------
  30. pause
  31. pkunzip sky2.zip %1
  32.  
  33. :end
  34. echo Installation done... Insert Disk 1 in drive A and type "Skyland" to play.
  35.  
  36. :exit
  37. echo on
  38.  
  39.  
  40.